Device Result
Class representing a device response after an asynchronous command.
Constructors
Link copied to clipboard
public OnDeviceResultListener.DeviceResult OnDeviceResultListener.DeviceResult(CommandStatus status, Map<ScanMode, IMeasurementData> measurements)
Properties
Link copied to clipboard
Map of measurement results, if applicable. Value is null if the command does not provide any measurement results, or if the operation was not successful.
Link copied to clipboard
Status code of the completed command. CommandStatus.SUCCESS for a successful operation
Functions
Link copied to clipboard
Map of measurement results, if applicable. Value is null if the command does not provide any measurement results, or if the operation was not successful.
Link copied to clipboard
Status code of the completed command. CommandStatus.SUCCESS for a successful operation